home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / csho850a.zip / SETUP.DOC < prev    next >
Text File  |  1992-09-10  |  7KB  |  178 lines

  1.                              Installing CompuShow
  2.                              ====================
  3.  
  4.  If you received CompuShow on a floppy disk, install it as described below and
  5.  set the original floppy aside (don't run ANY SOFTWARE on an original  "master
  6.  disk"; install it on a hard disk or a "working copy floppy disk", first.)  If
  7.  you downloaded CompuShow using a modem, copy the downloaded file to a  backup
  8.  floppy before proceeding.
  9.  
  10.  After installing CompuShow, we recommend that you print all the documentation
  11.  on your printer.  You should  either have README.BAT  or README.EXE  included
  12.  with the  CompuShow program.  At your  DOS prompt,  type "README"  and  press
  13.  carriage return (or ENTER).
  14.  
  15. Installing on a floppy disk
  16. ---------------------------
  17.  
  18.  Install CompuShow  on a  floppy disk  by  copying the  CompuShow files  to  a
  19.  formatted disk (for example, "COPY A:*.* B:" will copy all files from a  disk
  20.  in drive A: to a disk in drive B:).
  21.  
  22. Installing on a hard disk
  23. -------------------------
  24.  
  25.  Install CompuShow on a hard disk by placing the files in a separate hard disk
  26.  sub-directory. For example, to place CompuShow on hard disk drive C:
  27.  
  28.         C:
  29.         MD CSHOW
  30.         CD CSHOW
  31.         COPY A:*.*
  32.  
  33.  In order to be able  to execute CompuShow "from anywhere"  you can do one  of
  34.  two things:
  35.  
  36.   1) add "C:\CSHOW" to the "PATH" statement in AUTOEXEC.BAT
  37.   2) use a batch file (on the path) to execute CompuShow.
  38.  
  39.  We recommend the  SECOND method, so  create a batch  file in a  sub-directory
  40.  that's already included in the  path statement of AUTOEXEC.BAT. For  example,
  41.  at your DOS prompt, execute the  PATH command without any parameters to  find
  42.  out what the current setting is:
  43.  
  44.         PATH                                    <-- you type this
  45.         PATH=C:\PROGRAMS;C:\BATS;C:\DOS         <-- DOS responds
  46.  
  47.  (If the PATH command  indicates that you  don't have a  PATH set, you  really
  48.  should check your DOS manual to read  about the advantages of setting a  path
  49.  in AUTOEXEC.BAT). Select an appropriate  sub-directory (such as C:\BATS)  and
  50.  create a batch file to execute CompuShow:
  51.  
  52.  (DOS version 3 and above):
  53.  
  54.         C:
  55.         CD \BATS
  56.         COPY CON CSHOW.BAT
  57.         C:\CSHOW\CSHOW %1 %2 %3 %4 %5 %6 %7 %8 %9^Z
  58.  
  59.                                                             [SETUP.DOC] Page 1
  60.  (DOS below version 3):
  61.  
  62.         C:
  63.         CD \BATS
  64.         COPY CON CSHOW.BAT
  65.         C:
  66.         CD \CSHOW
  67.         CSHOW %1 %2 %3 %4 %5 %6 %7 %8 %9^Z
  68.  
  69.  (The ^Z above means hold down the CTRL  key and type Z). The purpose of  "%1"
  70.  through "%9" is to  allow you to pass  command-line arguments to the  program
  71.  through the batch file. Execute "CSHOW" at your DOS prompt and the batch file
  72.  is executed to load CompuShow no matter "where you are".
  73.  
  74. Compressing CSHOW.EXE
  75. ---------------------
  76.  
  77.  The CompuShow program(s) have been compressed using PkLite. Do not attempt to
  78.  compress them again using PkLite, LzExe or a similar utility.
  79.  
  80.                              Configuring CompuShow
  81.                              =====================
  82. Selecting a Video Driver
  83. ------------------------
  84.  
  85.  CompuShow uses "video drivers" to support  extended graphics modes on a  wide
  86.  variety of video hardware.  The video drivers are  included as separate  disk
  87.  files, named "videoP1.drv", "videoI4.drv", etc.
  88.  
  89.  +--------------------------------------------------------------------------+
  90.  | FOR A COMPLETE, UP-TO-DATE LISTING OF THE VIDEO DRIVERS, SEE DRIVERS.DOC |
  91.  +--------------------------------------------------------------------------+
  92.  
  93.  At your DOS prompt, type "WHICHDRV"  and press carriage return. The  WhichDrv
  94.  program will attempt to  identify the type of  "Super-VGA" installed in  your
  95.  computer and display the names of one or more video drivers that should work.
  96.  If WhichDrv doesn't identify a Super-VGA, then you probably don't have one:
  97.  
  98.   - Notice (see DRIVERS.DOC) that there  are video drivers for adapters  other
  99.     than Super-VGAs. If  you have  a CGA, Tandy  1000SL/TL, Plantronics,  etc.
  100.     select the appropriate driver.
  101.   - Remember that  all  IBM standard  graphics  modes are  'built-in'  to  the
  102.     program. If your graphics  adapter doesn't go  beyond the standard  modes,
  103.     then you don't need a video driver.
  104.  
  105.  The "+S"  command-line switch  tells the  program to  load a  specific  video
  106.  driver, for example:
  107.  
  108.                 >CShow +sP1
  109.  
  110.  loads the "P1" video driver ("videoP1.drv").  With a video driver loaded,  up
  111.  to seven additional modes (S..Y) are  listed, but your video board might  not
  112.  be able to do all those modes. If you press a key (S..Y) and the screen stays
  113.  in text mode  (perhaps changing colors),  then that mode  isn't supported  on
  114.  your adapter. If the same thing happens  on ALL the video driver modes,  then
  115.  you either have the wrong video  driver loaded, or your adapter just  doesn't
  116.  have any "Super-VGA" capabilities.
  117.  
  118.                                                             [SETUP.DOC] Page 2
  119.  Once you've identified the correct video driver for your system, you can  set
  120.  it up to be loaded automatically whenever the program is started:
  121.  
  122.                 >copy videoP1.drv video.drv
  123.                 >CShow
  124.  
  125.  With no "+S" switch specified, the program will load file "VIDEO.DRV".
  126.  
  127.  CompuShow doesn't consider video driver modes when selecting the best mode to
  128.  display a graphic with the space bar,  unless you tell it which video  driver
  129.  modes work on your adapter and monitor.
  130.  
  131.  For example, assume that modes S, T, U, V, W and X work on your VGA, but your
  132.  monitor can't quite handle mode X.  Also, mode U is a simulated  640x480x256,
  133.  where mode V is the preferred  (true) 640x480x256 mode. To tell CompuShow  to
  134.  use modes S,  T, V, and  W, create a  text (ASCII) file  with the  characters
  135.  "STVW". The name  of the  file corresponds to  the video  driver that  you're
  136.  using: VIDEO.DAT for VIDEO.DRV, or VIDEOP1.DAT for VIDEOP1.DRV (if you  start
  137.  the program using "CSHOW +SP1"). At your DOS prompt:
  138.  
  139.         COPY CON VIDEO.DAT
  140.         STVW^Z
  141.  
  142.  (^Z means hold down the CTRL key and type Z.)
  143.  
  144. "Cleaning up" Afterwards
  145. ------------------------
  146.  
  147.  The CompuShow  "package" includes  the  program, documentation  files,  video
  148.  drivers, etc. When CompuShow starts, it checks to see that all its files  are
  149.  present and displays  a "missing  files" message for  15 seconds  if any  are
  150.  missing. If you have  a copy of  the original disk  or archive including  all
  151.  these files, you don't  need to keep  them on your  "working floppy" or  hard
  152.  disk:
  153.  
  154.   - Install  CompuShow  to  a  "working   copy  floppy  disk"  or  hard   disk
  155.     sub-directory, as described above.
  156.   - Execute CSHOW. With all files present, it will create CSHOW.DAT
  157.   - Execute CSHOWDEL  to  delete  the documentation  and  video  drivers  (and
  158.     CSHOWDEL.BAT, so a "batch file missing" message is normal.)
  159.  
  160.  Please remember that you MUST INCLUDE ALL FILES when you pass CompuShow on to
  161.  a friend, or post it on a BBS.
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.                                                             [SETUP.DOC] Page 3
  178.